home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_163_69 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-09-27  |  209 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_visible == true)
  3.    {
  4.       myColor.setBrightOffset(random(100));
  5.       timeCount++;
  6.       if(timeCount == timeOut)
  7.       {
  8.          _visible = false;
  9.       }
  10.    }
  11. }
  12.